home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xconq
/
Lib
/
Bitmaps
/
pyramid.b
< prev
next >
Wrap
Text File
|
1995-05-09
|
224b
|
8 lines
#define pyramid_width 16
#define pyramid_height 16
static short pyramid_bits[] = {
0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x0080, 0x01c0, 0x03e0,
0x07f0, 0x0ff8, 0x1ffc, 0x3ffe,
0x7fff, 0xffff, 0x0000, 0x0000};